Use gtk_show_uri_on_window() in GtkLabel
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 16 Feb 2017 00:24:57 +0000 (00:24 +0000)
committerBastien Nocera <hadess@hadess.net>
Thu, 16 Feb 2017 15:37:55 +0000 (16:37 +0100)
commit51010da740154204ef22a52677dba3364c25ea9e
tree9f96550e7c44e52dbe17b5d38e02b9e62a58981a
parent0875aa56ba2a74c7396b6b8ea0ac4e30ca420234
Use gtk_show_uri_on_window() in GtkLabel

Avoid the deprecated gtk_show_uri(), and allow activating link in
sandboxed applications.

https://bugzilla.gnome.org/show_bug.cgi?id=778726
demos/gtk-demo/links.c
gtk/gtklabel.c